home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / asmcode.doc < prev    next >
Text File  |  1985-06-03  |  2KB  |  36 lines

  1.  
  2.          All programs written by Bob Murphy, PO Box 23260, Richfield, MN 55423
  3.  
  4.          Misc assembler programs. All require MACROS.ASM for assembly, and
  5.          all are set up to be .COM programs. Dont forget the EXE2BIN! They
  6.          will not work as .EXE programs.
  7.          All programs and doc in the library file are squeezed. Use NUSQ
  8.          or equivelant to uncompress them.
  9.  
  10.  
  11. INT14 -  This is a complete replacement for BIOS interrupt 14H, the async
  12.          comm interrupt. This version is fully interrupt driven in both
  13.          directions. It is a memory resident program, and its size will
  14.          depend on your communications buffer size.
  15.          Assemble and invoke to make it resident.
  16.  
  17. SCRNSAVE This program will clear the screen after a specified time, and
  18.          restore it when any key is pressed or when the system does any
  19.          screen I/O. works for color & mono, but cursor still appears on
  20.          mono display after blanking. Anyway it keeps your screen from
  21.          being burned by leaving the display up too long.
  22.          See documentation file.
  23.  
  24. FD       File Director. This intercepts DOS open commands, and allows
  25.          your programs to find a file along a path. This path is similar
  26.          but not identical to the DOS PATH command. Read the doc. Its
  27.          FCB support is limited, but Handle support is complete.
  28.  
  29. SETPR    Sets various print modes on your EPSON FX printer (may be compatable
  30.          with other Epson models, but I never tried it).
  31.  
  32.  
  33.                                       -- Hope these help you
  34.                                               Bob Murphy
  35.  
  36.